home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / software / grab / grab.exe / {app} / WinGrab.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  2001-10-17  |  3KB  |  128 lines

  1. object AboutBox: TAboutBox
  2.   Left = 263
  3.   Top = 127
  4.   BorderStyle = bsDialog
  5.   Caption = ' About WinGrab'
  6.   ClientHeight = 255
  7.   ClientWidth = 346
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 16
  20.     Top = 14
  21.     Width = 313
  22.     Height = 191
  23.     Hint = '16'
  24.     BevelInner = bvRaised
  25.     BevelOuter = bvLowered
  26.     ParentColor = True
  27.     TabOrder = 0
  28.     object ProgramIcon: TImage
  29.       Left = 28
  30.       Top = 24
  31.       Width = 54
  32.       Height = 68
  33.       Picture.Data = {<image000.bmp>}
  34.       Stretch = True
  35.       IsControl = True
  36.     end
  37.     object ProductName: TLabel
  38.       Left = 114
  39.       Top = 26
  40.       Width = 158
  41.       Height = 13
  42.       Alignment = taCenter
  43.       AutoSize = False
  44.       Caption = 'WinGrab ver 1.42.05'
  45.       Color = clBtnFace
  46.       Font.Charset = DEFAULT_CHARSET
  47.       Font.Color = clNavy
  48.       Font.Height = -12
  49.       Font.Name = 'MS Sans Serif'
  50.       Font.Style = [fsBold]
  51.       ParentColor = False
  52.       ParentFont = False
  53.       IsControl = True
  54.     end
  55.     object AuthorName: TLabel
  56.       Left = 114
  57.       Top = 46
  58.       Width = 158
  59.       Height = 13
  60.       Alignment = taCenter
  61.       AutoSize = False
  62.       Caption = 'Per Skjerpe'
  63.     end
  64.     object Label1: TLabel
  65.       Left = 114
  66.       Top = 62
  67.       Width = 158
  68.       Height = 13
  69.       Alignment = taCenter
  70.       AutoSize = False
  71.       Caption = 'Henrik Ibsens gate 10 C'
  72.     end
  73.     object Label2: TLabel
  74.       Left = 114
  75.       Top = 78
  76.       Width = 158
  77.       Height = 13
  78.       Alignment = taCenter
  79.       AutoSize = False
  80.       Caption = '4021 Stavanger, NORWAY'
  81.     end
  82.     object MailLabel: TLabel
  83.       Left = 116
  84.       Top = 118
  85.       Width = 106
  86.       Height = 13
  87.       Caption = 'per.skjerpe@chello.no'
  88.     end
  89.     object MailButton: TButton
  90.       Left = 22
  91.       Top = 112
  92.       Width = 67
  93.       Height = 25
  94.       Caption = 'Send mail:'
  95.       TabOrder = 0
  96.       OnClick = MailButtonClick
  97.     end
  98.     object URLButton: TButton
  99.       Left = 22
  100.       Top = 148
  101.       Width = 67
  102.       Height = 25
  103.       Caption = 'Go to:'
  104.       TabOrder = 1
  105.       OnClick = URLButtonClick
  106.     end
  107.     object WebComboBox: TComboBox
  108.       Left = 104
  109.       Top = 150
  110.       Width = 193
  111.       Height = 21
  112.       Style = csDropDownList
  113.       ItemHeight = 13
  114.       TabOrder = 2
  115.       OnChange = WebComboBoxChange
  116.     end
  117.   end
  118.   object OKBitBtn: TBitBtn
  119.     Left = 152
  120.     Top = 218
  121.     Width = 80
  122.     Height = 26
  123.     Caption = 'Close'
  124.     TabOrder = 1
  125.     Kind = bkOK
  126.   end
  127. end
  128.